home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / hsmart / _SETUP.1 / newhs.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1997-11-23  |  974b  |  53 lines

  1. object Form4: TForm4
  2.   Left = 424
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tutor'
  7.   ClientHeight = 174
  8.   ClientWidth = 250
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Memo1: TMemo
  19.     Left = 6
  20.     Top = 5
  21.     Width = 235
  22.     Height = 132
  23.     Color = clSilver
  24.     Enabled = False
  25.     Font.Color = clNavy
  26.     Font.Height = -13
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     Lines.Strings = (
  30.       '')
  31.     ParentFont = False
  32.     TabOrder = 2
  33.   end
  34.   object Button1: TButton
  35.     Left = 54
  36.     Top = 145
  37.     Width = 61
  38.     Height = 24
  39.     Caption = '&Next'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 135
  45.     Top = 145
  46.     Width = 61
  47.     Height = 24
  48.     Caption = '&Cancel'
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52. end
  53.